
.page-content .tit{
   text-align: center;
   font-size: 24px;
   padding:20px;
   border-bottom:1px solid #eee;
   line-height: 1.5em;
}
.company-detail,.boss-detail{
   font-size: 16px;
   line-height: 2;
   white-space: pre-line;
   padding:20px 40px;
   text-align: justify;
}
.boss-box img{
   width:300px;
   margin:15px 15px 15px 0;
   float: left;
}
.historyList{
   border-left:2px solid var(--theme);
   padding-left:0;
}
.historyList li{
   position: relative;
   padding-left:60px;
   margin-bottom:60px;
}
.historyList li::before{
   content:'';
   display: inline-block;
   width: 18px;
   height:18px;
   border-radius: 50%;
   border:2px solid var(--theme);
   background:#fff;
   position: absolute;
   left:-9px;
}
.historyList .date{
   margin-bottom: 2px;
   font-size: 30px;
   font-weight: 600;
   color: var(--theme);
}
.historyList .news{
   color:#999;
   font-size: 14px;
   margin-top:10px;
}

#architecture .detail{
   font-size: 16px;
   margin: 20px 0;
   line-height: 26px;
}